home *** CD-ROM | disk | FTP | other *** search
/ 10,000 Great Games / 10,000 Great Games.iso / Product / 25 / Setup.exe / scripts / frame_129 / DoAction.as
Text File  |  2001-11-16  |  231b  |  13 lines

  1. tellTarget("/DealerCards/Card01")
  2. {
  3.    set("/:Tcard01",_currentframe - "1");
  4. }
  5. while("13" < eval("/:Tcard01"))
  6. {
  7.    set("/:Tcard01",eval("/:Tcard01") - "13");
  8. }
  9. if(eval("/:Tcard01") == "1")
  10. {
  11.    AllowInsurance = "1";
  12. }
  13.